Skip to content

[3.15] gh-151669: Normalize symlink targets in tarfile.TarFile.gettarinfo() (GH-151671)#153517

Open
miss-islington wants to merge 1 commit into
python:3.15from
miss-islington:backport-cc31641-3.15
Open

[3.15] gh-151669: Normalize symlink targets in tarfile.TarFile.gettarinfo() (GH-151671)#153517
miss-islington wants to merge 1 commit into
python:3.15from
miss-islington:backport-cc31641-3.15

Conversation

@miss-islington

@miss-islington miss-islington commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

This applies a normalization when creating members vrom the filesystem,
complementary to the one added to tarfile.TarFile.extract() in gh-138309
that does it in the other direction.
This solves an issue with round-tripping through the filesystem.
(cherry picked from commit cc31641)

Co-authored-by: Daniele Nicolodi daniele@grinta.net

…nfo() (pythonGH-151671)

This applies a normalization when creating members vrom the filesystem,
 complementary to the one added to tarfile.TarFile.extract() in pythongh-138309
that does it in the other direction.
This solves an issue with round-tripping through the filesystem.
(cherry picked from commit cc316410177c29f0398135f208e28e9525ca8bd9)

Co-authored-by: Daniele Nicolodi <daniele@grinta.net>
@read-the-docs-community

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants